ASP.NET Core MVC コントロールヘルプ
Origin メソッド (GaugeBuilder<TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > GaugeBuilder<TControl,TBuilder> クラス : Origin メソッド
The value.
Configurates C1.Web.Mvc.Gauge.Origin. Sets the starting point used for painting the range.
シンタックス
'宣言
 
Public Function Origin( _
   ByVal value As System.Nullable(Of Double) _
) As TBuilder
public TBuilder Origin( 
   System.Nullable<double> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
By default, this property is set to null, which causes the value range to start at the gauge's minimum value, or zero if the minimum is less than zero.
参照

GaugeBuilder<TControl,TBuilder> クラス
GaugeBuilder<TControl,TBuilder> メンバ